home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / networking / anos / install_dis.lha / AmigaDIS / Copy_Utils / jed / SJED < prev    next >
Encoding:
Text File  |  1993-07-13  |  396 b   |  19 lines

  1.  
  2. ; SJED
  3. ;
  4. ; script to run JEd on its own screen.
  5. ; this should be put in the s: directory.
  6.  
  7. pubman opJEdScreen
  8. jed PUBSCREEN=JEdScreen
  9. pubman clJEdScreen
  10.  
  11. ; if you use SKsh (or similar) the following function is better since
  12. ; it retains the executable's command-line parsing.
  13. ;
  14. ; function sjed {
  15. ;     pubman opJEdScreen >nil:
  16. ;     jed PUBSCREEN=JEdScreen $*
  17. ;     pubman clJEdScreen >nil:
  18. ; }
  19.